2027 Constructor
Changes 5
C

ParameterDownloadOptions(ISet<ElementId>, Boolean, Boolean, ForgeTypeId)

Description:
Creates a new ParameterDownloadOptions instance. Category bindings are represented by an ElementIdSet populated with category identifiers.
Overloads (2):
ParameterDownloadOptions(ISet[ElementId],Boolean,Boolean,ForgeTypeId)
public ParameterDownloadOptions(
	ISet<ElementId> categories,
	bool isInstance,
	bool visible,
	ForgeTypeId groupTypeId
)
  • ISet<ElementId>
    categories
    The category identifiers.
  • Boolean
    isInstance
    True if binding to Element instances, false if binding to Element types.
  • Boolean
    visible
    True if the parameter is visible to the user, false if it is hidden and accessible only via the API.
  • groupTypeId
    Properties palette group identifier.